MemberRole

enum MemberRole : ProtocolMessageEnum

Role of the group member
Protobuf enum meshtastic.MemberRole

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

ForwardObserver
ForwardObserver = 6;
Link copied to clipboard
val HQ_VALUE: Int = 3

Headquarters
HQ = 3;
Link copied to clipboard
val K9_VALUE: Int = 8

Doggo
K9 = 8;
Link copied to clipboard
val Medic_VALUE: Int = 5

Medic
Medic = 5;
Link copied to clipboard
val RTO_VALUE: Int = 7

Radio Telephone Operator
RTO = 7;
Link copied to clipboard
val Sniper_VALUE: Int = 4

Airsoft enthusiast
Sniper = 4;
Link copied to clipboard

Team Lead
TeamLead = 2;
Link copied to clipboard

Team Member
TeamMember = 1;
Link copied to clipboard

Unspecifed
Unspecifed = 0;

Functions

Link copied to clipboard
Link copied to clipboard
open fun getDescriptor(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getDescriptorForType(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getNumber(): Int
Link copied to clipboard
fun getValueDescriptor(): Descriptors.EnumValueDescriptor
Link copied to clipboard
open fun internalGetValueMap(): Internal.EnumLiteMap<ATAKProtos.MemberRole>
Link copied to clipboard
open fun valueOf(desc: Descriptors.EnumValueDescriptor): ATAKProtos.MemberRole

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.